1 var FiltersEnabled = 0; // if your not going to use transitions or filters in any of the tips set this to 0
2 var
spacer="      ";
3
4 // email notifications to admin

5 notifyAdminNewMembers0Tip=[
"", spacer+"No email notifications to admin."];
6 notifyAdminNewMembers1Tip=[
"", spacer+"Notify admin only when a new member is waiting for approval."];
7 notifyAdminNewMembers2Tip=[
"", spacer+"Notify admin for all new sign-ups."];
8
9 // visitorSignup

10 visitorSignup0Tip=[
"", spacer+"If this option is selected, visitors will not be able to join this group unless the admin manually moves them to this group from the admin area."];
11 visitorSignup1Tip=[
"", spacer+"If this option is selected, visitors can join this group but will not be able to sign in unless the admin approves them from the admin area."];
12 visitorSignup2Tip=[
"", spacer+"If this option is selected, visitors can join this group and will be able to sign in instantly with no need for admin approval."];
13
14 // schools table

15 schools_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Schools' table. A member who adds a record to the table becomes the 'owner' of that record."];
16
17 schools_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Schools' table."];
18 schools_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Schools' table."];
19 schools_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Schools' table."];
20 schools_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Schools' table."];
21
22 schools_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Schools' table."];
23 schools_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Schools' table."];
24 schools_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Schools' table."];
25 schools_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Schools' table, regardless of their owner."];
26
27 schools_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Schools' table."];
28 schools_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Schools' table."];
29 schools_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Schools' table."];
30 schools_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Schools' table."];
31
32 // departments table

33 departments_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Departments' table. A member who adds a record to the table becomes the 'owner' of that record."];
34
35 departments_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Departments' table."];
36 departments_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Departments' table."];
37 departments_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Departments' table."];
38 departments_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Departments' table."];
39
40 departments_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Departments' table."];
41 departments_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Departments' table."];
42 departments_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Departments' table."];
43 departments_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Departments' table, regardless of their owner."];
44
45 departments_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Departments' table."];
46 departments_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Departments' table."];
47 departments_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Departments' table."];
48 departments_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Departments' table."];
49
50 // class_time_table table

51 class_time_table_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Class time table' table. A member who adds a record to the table becomes the 'owner' of that record."];
52
53 class_time_table_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Class time table' table."];
54 class_time_table_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Class time table' table."];
55 class_time_table_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Class time table' table."];
56 class_time_table_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Class time table' table."];
57
58 class_time_table_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Class time table' table."];
59 class_time_table_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Class time table' table."];
60 class_time_table_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Class time table' table."];
61 class_time_table_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Class time table' table, regardless of their owner."];
62
63 class_time_table_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Class time table' table."];
64 class_time_table_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Class time table' table."];
65 class_time_table_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Class time table' table."];
66 class_time_table_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Class time table' table."];
67
68 // exam_time_table table

69 exam_time_table_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Exam time table' table. A member who adds a record to the table becomes the 'owner' of that record."];
70
71 exam_time_table_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Exam time table' table."];
72 exam_time_table_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Exam time table' table."];
73 exam_time_table_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Exam time table' table."];
74 exam_time_table_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Exam time table' table."];
75
76 exam_time_table_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Exam time table' table."];
77 exam_time_table_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Exam time table' table."];
78 exam_time_table_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Exam time table' table."];
79 exam_time_table_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Exam time table' table, regardless of their owner."];
80
81 exam_time_table_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Exam time table' table."];
82 exam_time_table_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Exam time table' table."];
83 exam_time_table_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Exam time table' table."];
84 exam_time_table_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Exam time table' table."];
85
86 // personal_time_table table

87 personal_time_table_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Personal time table' table. A member who adds a record to the table becomes the 'owner' of that record."];
88
89 personal_time_table_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Personal time table' table."];
90 personal_time_table_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Personal time table' table."];
91 personal_time_table_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Personal time table' table."];
92 personal_time_table_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Personal time table' table."];
93
94 personal_time_table_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Personal time table' table."];
95 personal_time_table_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Personal time table' table."];
96 personal_time_table_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Personal time table' table."];
97 personal_time_table_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Personal time table' table, regardless of their owner."];
98
99 personal_time_table_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Personal time table' table."];
100 personal_time_table_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Personal time table' table."];
101 personal_time_table_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Personal time table' table."];
102 personal_time_table_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Personal time table' table."];
103
104 // student_details table

105 student_details_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Student details' table. A member who adds a record to the table becomes the 'owner' of that record."];
106
107 student_details_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Student details' table."];
108 student_details_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Student details' table."];
109 student_details_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Student details' table."];
110 student_details_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Student details' table."];
111
112 student_details_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Student details' table."];
113 student_details_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Student details' table."];
114 student_details_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Student details' table."];
115 student_details_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Student details' table, regardless of their owner."];
116
117 student_details_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Student details' table."];
118 student_details_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Student details' table."];
119 student_details_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Student details' table."];
120 student_details_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Student details' table."];
121
122 // notices table

123 notices_addTip=[
"",spacer+"This option allows all members of the group to add records to the 'Notices' table. A member who adds a record to the table becomes the 'owner' of that record."];
124
125 notices_view0Tip=[
"",spacer+"This option prohibits all members of the group from viewing any record in the 'Notices' table."];
126 notices_view1Tip=[
"",spacer+"This option allows each member of the group to view only his own records in the 'Notices' table."];
127 notices_view2Tip=[
"",spacer+"This option allows each member of the group to view any record owned by any member of the group in the 'Notices' table."];
128 notices_view3Tip=[
"",spacer+"This option allows each member of the group to view all records in the 'Notices' table."];
129
130 notices_edit0Tip=[
"",spacer+"This option prohibits all members of the group from modifying any record in the 'Notices' table."];
131 notices_edit1Tip=[
"",spacer+"This option allows each member of the group to edit only his own records in the 'Notices' table."];
132 notices_edit2Tip=[
"",spacer+"This option allows each member of the group to edit any record owned by any member of the group in the 'Notices' table."];
133 notices_edit3Tip=[
"",spacer+"This option allows each member of the group to edit any records in the 'Notices' table, regardless of their owner."];
134
135 notices_delete0Tip=[
"",spacer+"This option prohibits all members of the group from deleting any record in the 'Notices' table."];
136 notices_delete1Tip=[
"",spacer+"This option allows each member of the group to delete only his own records in the 'Notices' table."];
137 notices_delete2Tip=[
"",spacer+"This option allows each member of the group to delete any record owned by any member of the group in the 'Notices' table."];
138 notices_delete3Tip=[
"",spacer+"This option allows each member of the group to delete any records in the 'Notices' table."];
139
140 /*
141     Style syntax:
142     -------------
143     [TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,
144     TextTextAlign,TitleFontFace,TextFontFace, TipPosition, StickyStyle, TitleFontSize,
145     TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY,
146     TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
147
148 */

149
150 toolTipStyle=[
"white","#00008B","#000099","#E6E6FA","","images/helpBg.gif","","","","\"Trebuchet MS\", sans-serif","","","","3",400,"",1,2,10,10,51,1,0,"",""];
151
152 applyCssFilter();



Hệ thống xếp lịch học tín chỉ cho sinh viên CNTT trên PHP & MySQL 112.083 lượt xem

Gõ tìm kiếm nhanh...